|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.filechooser.FileFilter
furny.ga.util.ExtensionFileFilter
public class ExtensionFileFilter
A filter for JFileChooser that filters files by extension.
| Field Summary | |
|---|---|
private java.lang.String |
description
A description for the file type. |
private java.lang.String |
extension
The extension (for example, "png" for *.png files). |
| Constructor Summary | |
|---|---|
ExtensionFileFilter(java.lang.String description,
java.lang.String extension)
Standard constructor. |
|
| Method Summary | |
|---|---|
boolean |
accept(java.io.File file)
Returns true if the file ends with the specified extension. |
java.lang.String |
getDescription()
Returns the description of the filter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final java.lang.String description
private final java.lang.String extension
| Constructor Detail |
|---|
public ExtensionFileFilter(java.lang.String description,
java.lang.String extension)
description - a description of the file type;extension - the file extension;| Method Detail |
|---|
public boolean accept(java.io.File file)
accept in class javax.swing.filechooser.FileFilterfile - the file to test.
public java.lang.String getDescription()
getDescription in class javax.swing.filechooser.FileFilter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||